home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / scrldlg.arc / SCROLL.RC < prev    next >
Text File  |  1991-05-02  |  196b  |  13 lines

  1. #include "windows.h"
  2. #include "scroll.h"
  3.  
  4. ScrollMenu MENU
  5. BEGIN
  6.     POPUP        "&File"
  7.     BEGIN
  8.         MENUITEM "Scroll Dialog Box", IDM_SCROLL
  9.     END
  10. END
  11.  
  12. #include "scroll.dlg"
  13.